PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFLineAnnotation Class / setLineWidth Method
The width of the line.
In This Topic
    setLineWidth Method
    In This Topic
    Sets the line width.
    Syntax
    public void setLineWidth( 
       double lineWidth
    )

    Parameters

    lineWidth
    The width of the line.
    Exceptions
    ExceptionDescription
    When lineWidth is set to a negative value.
    See Also